home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Interactive 7
/
PC World Interactive 7.iso
/
pcgames
/
EMERGY
/
BC5
/
EXAMPLES
/
VDBT
/
EVHANDLE
/
readme.txt
Wrap
Text File
|
1997-03-03
|
719b
|
21 lines
----------------------------------------------------------------------------
Borland C++
Copyright (c) 1996 Borland International Inc. All Rights Reserved.
----------------------------------------------------------------------------
TITLE:
EVHANDLE - Source-Sink Application
PURPOSE:
This program demonstrates how to trap VDBT events using the
source-sink method. It uses the TDBEdit, TDBNavigator and
TDBRadioGroup classes to show how to set up sinks and handler
methods to trap some of the events for these controls. It uses a
window with a listbox client to display message strings from the
event handler methods in order to show the event was trapped.
COMMENTS: